home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / aix32 / gcc-related / netdb.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  145b  |  6 lines

  1. extern "C" {
  2. #include_next <netdb.h>
  3. struct hostent * gethostbyname (const char *);
  4. struct servent * getservbyname (const char*, const char*);
  5. }
  6.